home *** CD-ROM | disk | FTP | other *** search
- on MouseClick
- global gLocLabel
- set gLocLabel to "PH:OU fi"
- end
-
- on mouseDown
- global gNumSpr, g1erSprLoc, gBoutons
- set gNumSpr to g1erSprLoc + 1
- gBoutons(appuie, gNumSpr)
- end
-
- on mouseUp
- global gNumSpr, g1erSprLoc, gBoutons
- gBoutons(relache, gNumSpr)
- if gNumSpr = (g1erSprLoc + 1) then
- MouseClick()
- end if
- end
-